projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afc945d
)
Further tweak minibuffer-inactive-mode doc string
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 12 Aug 2021 15:15:47 +0000
(17:15 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 12 Aug 2021 15:15:52 +0000
(17:15 +0200)
* lisp/minibuffer.el (minibuffer-inactive-mode): Mention
`minibuffer-exit-hook' (bug#13641).
lisp/minibuffer.el
patch
|
blob
|
history
diff --git
a/lisp/minibuffer.el
b/lisp/minibuffer.el
index f193c420376003c9aada34e5a50f538d743e31f5..1e8e9fc6246efaa014a5c36ebe20125d1aa36190 100644
(file)
--- a/
lisp/minibuffer.el
+++ b/
lisp/minibuffer.el
@@
-2713,7
+2713,8
@@
you might expect. For instance, typing `M-x' may change the
buffer to this mode, then to a different mode, and then back
again to this mode upon exit. Code running from
`minibuffer-inactive-mode-hook' has to be prepared to run
-multiple times per minibuffer invocation.")
+multiple times per minibuffer invocation. Also see
+`minibuffer-exit-hook'.")
(defvaralias 'minibuffer-mode-map 'minibuffer-local-map)